T
CSharpTest.Net
Enqueue<T>(Action<T>,T) Method
See Also  Send Feedback Download Help File
CSharpTest.Net.Library Assembly > CSharpTest.Net.Threading Namespace > WorkQueue Class > Enqueue Method : Enqueue<T>(Action<T>,T) Method

process
instance

Glossary Item Box

Enqueues a task with a parameter of type T

Syntax

Visual Basic (Declaration) 
Public Overloads Sub Enqueue(Of T)( _
   ByVal process As Action(Of T), _
   ByVal instance As T _
) 
C# 
public void Enqueue<T>( 
   Action<T> process,
   T instance
)

Parameters

process
instance

Type Parameters

T

Requirements

Target Platforms: Windows XP, Windows Server 2003, Windows Vista, Windows Server 2008, Windows 7

See Also

Generated with Document! X 2011 by Innovasys